home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 2002 November / SGI IRIX Base Documentation 2002 November.iso / usr / relnotes / ftn77_dev / ch7.z / ch7
Encoding:
Text File  |  2002-10-08  |  3.0 KB  |  198 lines

  1.  
  2.  
  3.  
  4.                                                - 1 -
  5.  
  6.  
  7.  
  8.                     7.3 FORTRAN 77 Release Notes
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.                                                - 2 -
  69.  
  70.  
  71.  
  72.                     7.  _B_u_g__F_i_x_e_s
  73.  
  74.                     This chapter describes bugs fixed in the FORTRAN
  75.                     77 compiler since the MIPSpro 7.2.1 release.
  76.  
  77.                     495188    Compiling -g3 and -O3 produces an
  78.                               error.
  79.  
  80.  
  81.                     513707    Cannot open more than 100 direct
  82.                               files.
  83.  
  84.  
  85.                     516588    FORTRAN 77 list-directed I/O fails to
  86.                               work correctly on an existing file.
  87.  
  88.  
  89.                     524296    FORTRAN 77 list-directed write fails
  90.                               to detect an error (for 7.1 and 7.2).
  91.  
  92.  
  93.                     527165    Compiling code with -i2 and -n32 gives
  94.                               declaration conflicts on intrinsic LEN
  95.                               function.
  96.  
  97.  
  98.                     545750    FORTRAN 77 call to readlink fails with
  99.                               a segmentation fault.
  100.  
  101.  
  102.                     548392    Program failed during Whirl-to-FORTRAN
  103.                               77 attempt to generate a source
  104.                               listing.
  105.  
  106.  
  107.                     550165    Assertion failure occurred while
  108.                               compiling with -cray_libs.
  109.  
  110.  
  111.                     577122    An obvious error fails to produce an
  112.                               error message.
  113.  
  114.  
  115.                     598818    An output format rounding error
  116.                               occurred.
  117.  
  118.  
  119.                     632620    Variable initialization problems
  120.                               occurred in N32 F77 compiler.
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134.                                                - 3 -
  135.  
  136.  
  137.  
  138.                     637440    In the FORTRAN 77 7.2.1 (.1m) release,
  139.                               -use_readonly_const changes data to
  140.                               read-only mode when saved by the SAVE
  141.                               DATA statement.
  142.  
  143.  
  144.                     642513    When cpp is used implicitly to include
  145.                               some common blocks, the program fails
  146.                               when compiling the code "directly,"
  147.                               using -O0 -g and a few other flags.
  148.  
  149.  
  150.                     647500    -O2 optimization wrongly evaluates (a
  151.                               .lt. 0) to true.
  152.  
  153.  
  154.                     649958    Compiler support is needed for #pragma
  155.                               ident.
  156.  
  157.  
  158.                     656738    -O3 interferes with FORTRAN 77
  159.                               adjustable arrays.
  160.  
  161.  
  162.                     658031    Support is needed for array
  163.                               declarators on AUTOMATIC and STATIC
  164.                               statements.
  165.  
  166.  
  167.                     671425    Coding error causes INTERNAL ERROR
  168.                               instead of error message.
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183.  
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195.  
  196.  
  197.